home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE4 / ZAP / !Zap / Modules / !ZapBASIC / UK / Messages < prev    next >
Text File  |  2002-05-08  |  1KB  |  34 lines

  1. ; BASIC errors & warnings
  2.  
  3. basic_toolong:BASIC line too long
  4. basic_noterm:This BASIC file has a missing terminator
  5. basic_appendeddata:Appended data truncated - beware of data loss
  6. basic_corrupted:BASIC file seriously corrupted - truncated on loading
  7. basic_progOK:No problems found
  8. basic_badlineno:BASIC line number too large (>65279)
  9. basic_badprog:Bad BASIC program
  10. basic_notbasic:Not a BASIC file or corrupt
  11. basic_manylines:Too many lines - can't renumber
  12. basic_longline:BASIC line too long
  13. basic_cantrun:Not enough memory to download the program
  14. basic_noeof:No end of line at end of file
  15. basic_nolineno:No line number
  16.  
  17.  
  18. ; BASIC checking
  19.  
  20. ; These are used for throwback...
  21. basic_tb_header:|JSyntactic queries...
  22. basic_tb_header_nolf:Syntactic queries...
  23. basic_tb_file:File : 
  24.  
  25. ; < 32 characters
  26. basic_misquote:Mismatched quotes
  27. basic_misbracket:Mismatched brackets
  28. basic_misbrace:Mismatched braces
  29. basic_misTHEN:THEN with no IF
  30. basic_THENspace:Trailing spaces after THEN
  31.  
  32.  
  33. basic_colours:|Comments|Strings|Tokenised|x in PROCx|PROC/FN|DEF/END|FOR/NEXT|IF/THEN|CASE|DATA|Hex numbers|Numbers|( and )|{ and }|[ and ]|:;,|+-*/=<>|!?#^|* commands|Labels|Assembler|Directives|Registers|Shifts|Branches|LDM/STM|LDR/STR
  34.